home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TLINESTYLEPALETTE / TLINESTYLEPALETTE.txt < prev   
Text File  |  1997-02-27  |  936b  |  46 lines

  1. object LineStylePalette: TLineStylePalette
  2.   Left = 431
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'LineStylePalette'
  7.   ClientHeight = 108
  8.   ClientWidth = 104
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object LineStylePaintBox: TPaintBox
  21.     Left = 20
  22.     Top = 4
  23.     Width = 46
  24.     Height = 100
  25.     OnPaint = LineStylePaintBoxPaint
  26.   end
  27.   object PaintBox: TPaintBox
  28.     Left = 4
  29.     Top = 4
  30.     Width = 66
  31.     Height = 100
  32.     OnMouseDown = PaintBoxMouseDown
  33.     OnMouseMove = PaintBoxMouseMove
  34.     OnMouseUp = PaintBoxMouseUp
  35.   end
  36.   object CheckMark: TNeoBookImage
  37.     Left = 4
  38.     Top = 4
  39.     Width = 13
  40.     Height = 20
  41.     AutoSize = True
  42.     Picture.Data = {<image000.bmp>}
  43.     Transparent = True
  44.   end
  45. end
  46.